home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / cl303w95.zip / CLUSTER.REG < prev    next >
Windows Registry Data  |  1996-05-21  |  971b  |  27 lines

  1. REGEDIT
  2.     SCCS Id: "@(#)cluster.reg    (C) Yves Roumazeilles    95/01/08"
  3.  
  4. (the first line used as a quick check that we are indeed a registration script)
  5.  
  6. ALL LINES THAT DON'T START WITH 'HKEY_CLASSES_ROOT' ARE COMMENTS.
  7.  
  8. THIS FILE CONSISTS OF A LIST OF <key> <value> PAIRS. THE key AND value SHOULD 
  9. BE SEPARATED BY A " = " mark.
  10.  
  11. The entries are used for key declarations about the ClusterView application.
  12. This should not be too dependent on the version of ClusterView.
  13.  
  14. ;   If a SETUP program is not available, the entries below will be
  15. ;   registered in your InitInstance automatically with a call to
  16. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  17.  
  18.  
  19.  
  20. ENTRIES FOR ClusterView
  21.  
  22. HKEY_CLASSES_ROOT\.clf = clufile
  23. HKEY_CLASSES_ROOT\.clu = clufile
  24. HKEY_CLASSES_ROOT\clufile = ClusterView Cluster File
  25. HKEY_CLASSES_ROOT\clufile\shell\print\command = notepad /p %1
  26. HKEY_CLASSES_ROOT\clufile\shell\open\command = cluster %1
  27.